home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_6774.txt < prev    next >
Text File  |  1988-09-16  |  933b  |  26 lines

  1. -- card: 6774 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2499
  5. -- name: Number Entry
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Number Entry" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part contents for background part 1
  14. ----- text -----
  15. Click on the digits (or [.]) to place a number into the x register.  Click [ E ] to enter the number.  Subsequent clicks on [ E ] will push the x value to y and lift the stack.
  16.  
  17. You may also click in the register field on any register and enter a register value with the keyboard.  Editing can be done just as with any text field.
  18.  
  19. [Kbd] will place the cursor at the x register for keyboard number entry.
  20.  
  21. The "Enter" key will lift the stack and place the cursor at the x register.  You can then enter a number from the keyboard.  To enter another number, press "Enter" twice after the first number. 
  22.  
  23.  
  24. -- part contents for background part 6
  25. ----- text -----
  26. Number Entry